replace gboolean free_last in the function parameters with gint depth.
authorKristian Rietveld <kristian@planet.nl>
Tue, 20 Nov 2001 22:04:00 +0000 (22:04 +0000)
committerKristian Rietveld <kristian@src.gnome.org>
Tue, 20 Nov 2001 22:04:00 +0000 (22:04 +0000)
commite1634f474b67dbd4eb14ac18be53e2adf976e1d1
treefc3b8757ca9498c7ddef2d641c8cbdbbc2aaa638
parentcbab863627c02d4366e337e48e9d570110feb6e4
replace gboolean free_last in the function parameters with gint depth.

Tue Nov 20 23:01:01 2001  Kristian Rietveld  <kristian@planet.nl>

        * gtk/gtktreemodel.c (gtk_tree_row_reference_unref_path):
        replace gboolean free_last in the function parameters with
        gint depth. Changes to reflect new situation.

        * gtk/gtktreemodel.c (gtk_tree_row_reference_unref_path_helper):
        replace gboolean free_last, with gint depth, add gint current_depth.
        Changes to reflect new situation.

        * gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): changes
        to reflect new situation

        * gtk/gtktreemodel.c (gtk_tree_row_reference_free): ditto
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtktreemodel.c